python substring in string 在 Does Python have a string 'contains' substring method? 的評價 If it's just a substring search you can use string.find("substring") . You do have to be a little careful with find , index , and in ... ... <看更多>